<!DESCRIPTION>Make it easy for your visitors to fill out the date/time field(s) of your form, by selecting this info from a popup calendar.
<!/DESCRIPTION>
<!CATEGORY>Calenders<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- step1: Insert the below into the <HEAD> section of your page: -->
<script language="JavaScript" src="ts_picker.js">
//Script by Denis Gritcyuk: tspicker@yahoo.com
//Submitted to JavaScript Kit (http://javascriptkit.com)
//Visit http://javascriptkit.com for this script
</script>
<!-- step2: Insert the below sample form into the <BODY> section of your page: -->
<form name="tstest">
<input type="Text" name="timestamp" value="">
<a href="javascript:show_calendar('document.tstest.timestamp', document.tstest.timestamp.value);"><img src="cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the timestamp"></a>
</form>
/*
step3: Finally, this script comes with 3 images and 1 external JavaScript file. Download the following zip file, and upload the containing 4 files onto your web server, in the same directory as where your webpage resides:
http://www.javascriptkit.com/script/script2/datepick.zip - download this
*/
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<!-- step1: Insert the below into the <HEAD> section of your page: -->
<script language="JavaScript" src="ts_picker.js">
//Script by Denis Gritcyuk: tspicker@yahoo.com
//Submitted to JavaScript Kit (http://javascriptkit.com)
//Visit http://javascriptkit.com for this script
</script>
<!-- step2: Insert the below sample form into the <BODY> section of your page: -->
<form name="tstest">
<input type="Text" name="timestamp" value="">
<a href="javascript:show_calendar('document.tstest.timestamp', document.tstest.timestamp.value);"><img src="cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the timestamp"></a>
</form>
/*
step3: Finally, this script comes with 3 images and 1 external JavaScript file. Download the following zip file, and upload the containing 4 files onto your web server, in the same directory as where your webpage resides:
http://www.javascriptkit.com/script/script2/datepick.zip - download this